summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.h')
-rw-r--r--src/yuzu/configuration/configure_graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_graphics.h b/src/yuzu/configuration/configure_graphics.h
index 61eb2f2fc..f36495ed3 100644
--- a/src/yuzu/configuration/configure_graphics.h
+++ b/src/yuzu/configuration/configure_graphics.h
@@ -77,8 +77,8 @@ private:
std::vector<QString> vulkan_devices;
std::vector<std::vector<VkPresentModeKHR>> device_present_modes;
std::vector<VkPresentModeKHR>
- vsync_mode_combobox_enum_map; //< Keeps track of which present mode corresponds to which
- // selection in the combobox
+ vsync_mode_combobox_enum_map{}; //< Keeps track of which present mode corresponds to which
+ // selection in the combobox
u32 vulkan_device{};
Settings::ShaderBackend shader_backend{};
const std::function<void()>& expose_compute_option;